home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-05-01 | 3.6 KB | 118 lines | [TEXT/MPS ] |
- /*
- File: DesktopAnimation.idl
-
- Contains: Desktop Animation Interfaces.
-
- Version: Technology: System 8
- Release: Universal Interfaces 3.0d3 on Copland DR1
-
- Copyright: © 1984-1996 by Apple Computer, Inc. All rights reserved.
-
- Bugs?: If you find a problem with this file, send the file and version
- information (from above) and the problem description to:
-
- Internet: apple.bugs@applelink.apple.com
- AppleLink: APPLE.BUGS
-
- */
- #ifndef __DESKTOPANIMATION_IDL__
- #define __DESKTOPANIMATION_IDL__
-
- #include <somobj.idl>
- #include <somcls.idl>
-
- #ifndef __APPEARANCE_IDL__
- #include <Appearance.idl>
- #endif
- #ifndef __CODEFRAGMENTS_IDL__
- #include <CodeFragments.idl>
- #endif
- #ifndef __COLLECTIONS_IDL__
- #include <Collections.idl>
- #endif
- #ifndef __DIALOGS_IDL__
- #include <Dialogs.idl>
- #endif
- #ifndef __DISPLAYS_IDL__
- #include <Displays.idl>
- #endif
- #ifndef __FILEMANAGERTYPES_IDL__
- #include <FileManagerTypes.idl>
- #endif
- #ifndef __GXTYPES_IDL__
- #include <GXTypes.idl>
- #endif
- #ifndef __QDOFFSCREEN_IDL__
- #include <QDOffscreen.idl>
- #endif
- #ifndef __TEXTOBJECTS_IDL__
- #include <TextObjects.idl>
- #endif
- #ifndef __TYPES_IDL__
- #include <Types.idl>
- #endif
-
- #ifdef __SOMIDL__
-
- #if FOR_SYSTEM8_COOPERATIVE
- /* Gestalt selectors to tell if DAM is installed #### Move to Gestalt.i later */
- /* Desktop Animation module file resources */
- /* Properties relating to the DesktopAnimPanel */
- /* Desktop Animation info values */
- /* DesktopAnimFlags */
- typedef UInt32 DesktopAnimFlags;
-
- /* Pre-defined Desktop Animation property tags */
- /* Error codes (will be moved to Error.i when we have an assigned range) */
- /* Desktop Pattern Support */
- /* Reasons Screen Saver wants to unfade */
- typedef SInt32 ScreenSaverUnfadeType;
-
- /* The drawing surfaces record */
- typedef SOMLargeStruct DesktopAnimGraphicsPorts; /* Derived from a struct of 8 bytes in size */
-
- /* Offscreen drawing record */
- typedef SOMLargeStruct DesktopAnimOffscreenGraphicsPorts; /* Derived from a struct of 16 bytes in size */
-
- /* Info record for modules when created/opened */
- typedef SOMLargeStruct DesktopAnimModuleInfo; /* Derived from a struct of 12 bytes in size */
-
- /* Info record for Desktop Animation list resource (kDesktopAnimListRsrcType) */
- typedef SOMLargeStruct DesktopAnimModuleListInfo; /* Derived from a struct of 148 bytes in size */
-
- /* The Desktop Animation list resource (kDesktopAnimListRsrcType) */
- typedef SOMLargeStruct DesktopAnimModuleListRsrcRec; /* Derived from a struct of 220 bytes in size */
-
- typedef OpaquePtr DesktopAnimModuleListRsrcPtr; /* Substituted OpaquePtr for “DesktopAnimModuleListRsrcRec*” */
-
- typedef OpaquePtr DesktopAnimModuleListRsrcHandle; /* Substituted OpaquePtr for “DesktopAnimModuleListRsrcPtr*” */
-
- /* Desktop Pattern Record */
- typedef SOMLargeStruct DesktopPattern; /* Derived from a struct of 6 bytes in size */
-
- /* Desktop Pattern List resource (kDesktopPatternListRsrcType) */
- typedef SOMLargeStruct DesktopPatternListRsrcRec; /* Derived from a struct of 10 bytes in size */
-
- typedef OpaquePtr DesktopPatternListRsrcPtr; /* Substituted OpaquePtr for “DesktopPatternListRsrcRec*” */
-
- typedef OpaquePtr DesktopPatternListRsrcHandle; /* Substituted OpaquePtr for “DesktopPatternListRsrcPtr*” */
-
- #endif
- #if FOR_SYSTEM8_PREEMPTIVE
- /* Desktop Animation Module type */
- typedef SInt16 DesktopAnimItemType;
-
- /* Desktop Animation status */
- typedef UInt32 DesktopAnimationStatusType;
-
- /* Module description reference */
- typedef OpaquePtr DesktopAnimModuleDescRef;
-
- /* Desktop Animation Manager API */
- #endif
-
- #endif /* __SOMIDL__ */
-
- #endif /* __DESKTOPANIMATION_IDL__ */
-
-